To Replace Extra Slots Handling Lines:

All slots use existing GTA handling lines as follows:

POLICE  - POLICE2
POLICEB - POLICEB
FBI	  - FBI
AMB     - AMBULAN
FIRE    - FIRETRUK
HETO    - POLICE2

If you want to use custom handling lines please follow the instructions below:

1. Create your new handling lines and copy them into handling.meta inside your main gtav/lml/extraslots/data folder using a text editor.
2. Change the handlingName line to match the slot you wish the handling to affect, for example <handlingName>POLICE5</handlingName> or <handlingName>AMB1</handlingName> and save.
3. Open Vehicles.meta found inside the your main gtav/lml/extraslots/data folder with a text editor and locate the entry for the vehicle you wish the new handling lines to affect.
4. Change the handling ID line inside the vehicles.meta file to match the slot name, for example <handlingId>POLICE5</handlingId> or <handlingId>AMB1</handlingId> and save.

This slot will now use the new handling data.

I recommend using notepad++ to edit any meta files - https://notepad-plus-plus.org/downloads/


